projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f41ea6
)
*** empty log message ***
author
Martin Stjernholm
<mast@lysator.liu.se>
Tue, 28 Jan 2003 00:41:35 +0000
(
00:41
+0000)
committer
Martin Stjernholm
<mast@lysator.liu.se>
Tue, 28 Jan 2003 00:41:35 +0000
(
00:41
+0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6b44c14d89e9d56cd8ff2c5281067ee693d4fc81..0158be9c7d9565debb7bf8078b5484ca786b1549 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,11
@@
+2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
+
+ * progmodes/cc-vars.el, progmodes/cc-mode.el
+ (c-require-final-newline): Made this variable an alist to
+ specify a value for each language. The default value causes
+ `require-final-newline' to be set to t only in languages where
+ the standard requires a final newline.
+
2003-01-27 Kim F. Storm <storm@cua.dk>
* simple.el (kill-new): Improve doc string for yank-handler.